projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b3fdb
)
(load-time-value): Update for the name-change `outbuffer' to
author
Glenn Morris
<rgm@gnu.org>
Thu, 23 Jul 2009 02:54:00 +0000
(
02:54
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 23 Jul 2009 02:54:00 +0000
(
02:54
+0000)
`bytecomp-outbuffer'.
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index 2d6eb93550b3bc6cf1e971bdfa661d5738faa451..9a2eee325f4d65dfb0a1af08b95b3e13144c14f1 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-485,7
+485,7
@@
The result of the body appears to the compiler as a quoted constant."
(symbol-function 'byte-compile-file-form)))
(list 'byte-compile-file-form (list 'quote set))
'(byte-compile-file-form form)))
- (print set (symbol-value 'outbuffer)))
+ (print set (symbol-value '
bytecomp-
outbuffer)))
(list 'symbol-value (list 'quote temp)))
(list 'quote (eval form))))